Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make escriptize reproducible with erlang 27.1 #2916

Merged

Conversation

delitrem
Copy link
Contributor

Hi, Fred.

I've already submitted fix related to reproducible escripts generation. Here is minor additional change to make it work with newer Erlang 27.1.

Before patch:

% for a in $(seq 1 3); do ./bootstrap 2>&1 >/dev/null; md5sum rebar3; done
4af061db0dffb624cbcc4f791bec4811  rebar3
934a4bb8fc774c651fc88ecd2c906f9d  rebar3
da14315045711bda5bc9f7c99175e715  rebar3

After patch:

% for a in $(seq 1 3); do ./bootstrap 2>&1 >/dev/null; md5sum rebar3; done
98ec28baced972e9f59b1ff4e84cbc07  rebar3
98ec28baced972e9f59b1ff4e84cbc07  rebar3
98ec28baced972e9f59b1ff4e84cbc07  rebar3

Thank you!

@ferd ferd merged commit 29ccddb into erlang:main Sep 18, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants